home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / UsingPDF / GhostScript / source / gs5.10 / cp.bat < prev    next >
Encoding:
DOS Batch File  |  1997-03-16  |  114 b   |  11 lines

  1. @echo off
  2. if "%2"=="." goto ne
  3. erase _.tmp
  4. rem >_.tmp
  5. copy /B %1+_.tmp %2
  6. erase _.tmp
  7. goto x
  8. :ne
  9. copy /B %1 %2
  10. :x
  11.